Create backend logic that enable every user to delete their own account

FeaturesAccount Management
MoSCoWCould
OwnerRose
SizeM
Sprint6
StatusDone
  1. Create backend logic that enables every user to delete their own account
    • Acceptance Criteria:
      • All users, regardless of their role, should be able to perform an account deletion process.
      • Proper authentication should be in place to ensure that only the account owner can request deletion.
      • The backend logic should securely delete the user's account and associated data upon confirmation.